.container{
	width: 1170px;
	margin: 0 auto;
	height: 100%;
}
body,html{
	padding: 0;
	margin: 0;
}
p,a,h1,h2,h3,h4,h5,h6{
	font-family: "PingFang SC Medium";
}
a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
input,button,textarea,video{
	outline: none;
}
input,img{
	vertical-align: middle;
}
ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-family: inherit;

}
ul,li,ol{
	list-style: none;
}
.min_width{
	min-width: 1200px;
}
.clearfix:after{
	content:'.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear:both;
}
.header_info{
	width: 100%;
	height: 38px;
	background-color: #005eaf;
}
.header_info .container{
	display: flex;
	justify-content: space-between;
}
.search_inp{
	width: 168px;
	height: 100%;
	padding: 0 20px 0 15px;
	box-sizing:border-box;
	background-color: #227ac5;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.search_inp input{
	width: 115px;
	height: 36px;
	color: white;
	border: none;
	background-color: transparent;
	font-family: 'PingFang SC Medium';
	font-size: 13.5px;
}
.search_inp img{
	width: 14px;
	height: 14px;
}
.search_inp input::-webkit-input-placeholder{
	color: white;
}
.search_inp input::o-input-placeholder{
	color: white;
}
.search_inp input::moz-input-placeholder{
	color: white;
}
.search_inp input::input-placeholder{
	color: white;
}
.header_phone{
	display: flex;
	align-items: center;
}
.header_phone img{
	width: 29px;
	height: 29px;
	margin-right: 7px;
}
.header_phone span{
	color: white;
	font-size: 12px;
	font-family: 'PingFang SC Medium';
}
.header_nav{
	width: 100%;
	height: 105px;
}
.header_nav .container{
	display: flex;
	justify-content: space-between;
}
.logo{
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img{
	width: 165px;
	height: 35px;
}
.logo h1{
	font-family: 'SourceHanSansCN Heavy';
	font-size: 26.5px;
	color: #242424;
}
.nav{
	margin-left: 10px;
}
.nav ul{
	display: flex;
}
.nav ul>li{
	position: relative;
	height: 105px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 105px;
}
.nav ul>li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.nav ul>li.active{
	background-color: #004ca1;
	color: white;
}
.nav ul>li.active img{
	display: block;
}
.nav ul>li a{
	display: inline-block;

}
.nav ul>li ol{
	position: absolute;
	z-index: 999;
	top: 100%;
    left: 0;
    border: 1px solid #ccc;
    display: none;
}
.nav ul>li ol li{
	line-height: normal;
}
.nav ul>li ol li a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 150px;
	padding-left: 15px;
	box-sizing:border-box;
	color: #000;
}
.nav ul>li ol li a:hover{
	background: #004ca1;
	color: white;
}
.al88 a{
	display: inline-block;
	height: 100%;

}
.al88 a img{
vertical-align: middle;
}
.al88 a span{
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.footer{
	background: #323232;
}
.footer_nav{
	height: 118px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #4f4f4f;
}
.footer_nav_logo img{
	width: 190px;
}
.footer_nav_logo p{
	font-family: 'PingFang SC Regular';
	color: white;
	font-size: 13px;
	margin-top: 5px;
}
.footer_nav_list ul{
	display: flex;
}
.footer_nav_list li{
	margin-left: 45px;
	font-family: 'PingFang SC Regular';
	color: white;
	font-size: 15px;
}
.footer_text{
	width: 100%;
	height: 165px;
	padding: 25px 0 20px 0;
	box-sizing:border-box;
	display: flex;
	align-items: center;
}
.text_left{
	flex: 1;
}
.text_left ul{
	display: flex;
	flex-wrap: wrap;
}
.text_left ul li{
	width: 50%;
	color: white;
	font-size: 13.5px;
	line-height: 35px;
}
.text_right{
	width: 125px;
	color: white;
	font-size: 12px;
	text-align: center;
}
.text_right img{
	width: 100px;
	margin-bottom: 10px;
}
.footer_bottom_text{
	color: #8a8a8a;
	font-size: 10.5px;
	text-align: center;
	padding-bottom: 15px;
}


.right_navbar{
	position: fixed;
	right: 0;
	top: 50%;
	transofrm: translateY(-50%);
	z-index: 999;
}
.right_navbar li{
	background: #005eaf;
    margin-top: 1px;
    padding: 9px 0;
    height: 56px;
    width: 77px;
    color: white;
   	position: relative;
}
.right_navbar li i{
	background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
.right_navbar li a{
	display: inline-block;
	width: 77px;
}
.right_navbar li:first-child i{
    background-position: 4px 5px;
}
.right_navbar li span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.navbar_li_text{
	position: absolute;
	left: 77px;
	top: 0;
	min-width: 20px;
	height: 100%;
	background: #005eaf;
	line-height: 77px;
	display: flex;
	align-items: center;
}
.navbar_li_text p{
	font-size: 20px;
    color: #fff;
    height: 24px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 8px;
}
.right_navbar li:nth-child(2) a{
	margin-top: 9px;
}
.right_navbar li:nth-child(2) i{
	background-position: 0 -21px;
}
.right_navbar li:nth-child(2) .navbar_li_text p{
	border-left: 1px solid #fff;
}
.right_navbar li:nth-child(2) .navbar_li_text{
	padding-right: 10px;
}
.right_navbar li:nth-child(3) i{
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}